Class: LatoCore::CrudGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LatoCore::CrudGenerator
- Defined in:
- lib/generators/lato_core/crud_generator.rb
Overview
CrudGenerator.
Instance Method Summary collapse
Instance Method Details
#create_crud ⇒ Object
14 15 16 17 18 19 20 21 |
# File 'lib/generators/lato_core/crud_generator.rb', line 14 def create_crud set_utils_names run_lato_crud_controller_generator run_lato_crud_views_generator update_route end |