Class: ActiveRecord::Generators::AgilibPushGenerator
- Inherits:
-
Base
- Object
- Base
- ActiveRecord::Generators::AgilibPushGenerator
- Defined in:
- lib/generators/active_record/agilib_push_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_agilib_migration ⇒ Object
7 8 9 10 11 |
# File 'lib/generators/active_record/agilib_push_generator.rb', line 7 def copy_agilib_migration if (behavior == :invoke) migration_template "push_notification.rb", "db/migrate/create_agilib_push_notification" end end |