Module: IonicNotification::Generators::OrmHelpers

Included in:
ModelGenerator
Defined in:
lib/generators/ionic_notification/orm_helpers.rb

Instance Method Summary collapse

Instance Method Details

#model_contentsObject



4
5
6
7
8
9
10
11
12
# File 'lib/generators/ionic_notification/orm_helpers.rb', line 4

def model_contents
  buffer = "  # Include IonicNotification behaviour\n  include IonicNotification::Concerns::IonicNotificable\n\n\n"
  buffer
end