Sha256: e04d42b9b6d1cce49823e57489714f2d34ffcdb4a2669f9f9e43cf28f571bc68
Contents?: true
Size: 442 Bytes
Versions: 40
Compression:
Stored size: 442 Bytes
Contents
class Doorkeeper::InstallGenerator < ::Rails::Generators::Base include Rails::Generators::Migration source_root File.expand_path('../templates', __FILE__) desc 'Installs Doorkeeper.' def install template 'initializer.rb', 'config/initializers/doorkeeper.rb' copy_file File.expand_path('../../../../config/locales/en.yml', __FILE__), 'config/locales/doorkeeper.en.yml' route 'use_doorkeeper' readme 'README' end end
Version data entries
40 entries across 40 versions & 1 rubygems