remove modulization part
This commit is contained in:
parent
e3df222d0e
commit
151b23f77b
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#modified by David Morley
|
||||
require 'time'
|
||||
|
||||
module ModifiedHelper
|
||||
def last_modified
|
||||
git_last='git log -1 --pretty=format:"%cd"'
|
||||
filepath = Rails.root.join('tmp', '.last_pull')
|
||||
|
|
@ -29,5 +28,4 @@ module ModifiedHelper
|
|||
last
|
||||
headers[@header_name] = "#{last}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue