Class: Bento::Generators::BentoGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/bento/bento_generator.rb

Instance Method Summary collapse

Instance Method Details

#add_bento_routesObject



12
13
14
# File 'lib/generators/bento/bento_generator.rb', line 12

def add_bento_routes
  route "bento_for :#{table_name}"
end