class Flipflop::RoutesGenerator
Public Instance Methods
add_route()
click to toggle source
# File lib/generators/flipflop/routes/routes_generator.rb, line 2 def add_route route %{mount Flipflop::Engine => "/flipflop"} end