class NewDataNotifier::CreateConfig

Public Instance Methods

create_config_file() click to toggle source
# File lib/new_data_notifier/generators/create_config.rb, line 6
def create_config_file
  template "new_data_notifier.rb", "config/initializers/new_data_notifier.rb"
end