big refactor for test and admin namespace
This commit is contained in:
@@ -93,4 +93,8 @@ module ApplicationHelper
|
||||
script.present? ? (@onload_javascripts ||= []) << script : (@onload_javascripts || []).join(';')
|
||||
end
|
||||
|
||||
def mustache_template(template)
|
||||
render(template, handlers: [:mustache])
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user