Class: Flipflop::RoutesGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/flipflop/routes/routes_generator.rb

Instance Method Summary collapse

Instance Method Details

#add_routeObject



2
3
4
# File 'lib/generators/flipflop/routes/routes_generator.rb', line 2

def add_route
  route %{mount Flipflop::Engine => "/flipflop"}
end