Delete unused helper
This commit is contained in:
parent
f9669195ea
commit
fb4e967ea1
1 changed files with 0 additions and 4 deletions
|
@ -149,10 +149,6 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def safely_to_json(obj)
|
|
||||||
obj.to_json.gsub('/', '\/')
|
|
||||||
end
|
|
||||||
|
|
||||||
def secondary_nav(&block)
|
def secondary_nav(&block)
|
||||||
content_for :before_flashes,
|
content_for :before_flashes,
|
||||||
content_tag(:nav, :id => 'secondary-nav', &block)
|
content_tag(:nav, :id => 'secondary-nav', &block)
|
||||||
|
|
Loading…
Reference in a new issue