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
|
#modified by David Morley
|
||||||
require 'time'
|
require 'time'
|
||||||
|
|
||||||
module ModifiedHelper
|
|
||||||
def last_modified
|
def last_modified
|
||||||
git_last='git log -1 --pretty=format:"%cd"'
|
git_last='git log -1 --pretty=format:"%cd"'
|
||||||
filepath = Rails.root.join('tmp', '.last_pull')
|
filepath = Rails.root.join('tmp', '.last_pull')
|
||||||
|
|
@ -29,5 +28,4 @@ module ModifiedHelper
|
||||||
last
|
last
|
||||||
headers[@header_name] = "#{last}"
|
headers[@header_name] = "#{last}"
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue