class LieutenantGovernor::Templates::JsPaths

Attributes

routes[R]

Public Class Methods

new(routes) click to toggle source
# File lib/lieutenant_governor/templates/js_paths.rb, line 9
def initialize(routes)
  @routes = routes
end

Public Instance Methods

render() click to toggle source
# File lib/lieutenant_governor/templates/js_paths.rb, line 13
def render
  b = binding
  ERB.new(LieutenantGovernor::Templates::JS_PATHS_TEMPLATE_STR).result b
end