Sha256: 04e6a56f7ccd5b46d5bb44321bbb66f305ce4fc3a657b89673c8099c899bf26d
Contents?: true
Size: 423 Bytes
Versions: 45
Compression:
Stored size: 423 Bytes
Contents
module Rao module Api module ServiceController module Generators class InstallGenerator < Rails::Generators::Base desc 'Generates the initializer' source_root File.expand_path('../templates', __FILE__) def generate_initializer template 'initializer.rb', 'config/initializers/rao-api-service_controller.rb' end end end end end end
Version data entries
45 entries across 45 versions & 1 rubygems