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 = <<-CONTENT
  # Include IonicNotification behaviour
  include IonicNotification::Concerns::IonicNotificable


CONTENT
  buffer
end