class Latias::Influxdb::InstallGenerator

Public Instance Methods

copy_initializer_file() click to toggle source
# File lib/rails/generators/latias/influxdb/install_generator.rb, line 10
def copy_initializer_file
  template 'initializer.rb', 'config/initializers/latias_influxdb.rb'
end
install() click to toggle source
# File lib/rails/generators/latias/influxdb/install_generator.rb, line 14
def install
  # nothing to do here
end