Method: Jets::Router::MethodCreator#create_root_helper

Defined in:
lib/jets/router/method_creator.rb

#create_root_helperObject



40
41
42
43
44
# File 'lib/jets/router/method_creator.rb', line 40

def create_root_helper
  code = Jets::Router::MethodCreator::Root.new(@options, @scope, @controller)
  def_meth(code.path_method)
  def_meth(code.url_method)
end