Sha256: 092f0a473926a297216915cd58079a4d92f4a15c34eeea6ebe663809d3f82c0a
Contents?: true
Size: 426 Bytes
Versions: 1
Compression:
Stored size: 426 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 "../../../../config/locales/en.yml", "config/locales/doorkeeper.en.yml" route "use_doorkeeper" readme "README" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
couchkeeper-0.6.7 | lib/generators/doorkeeper/install_generator.rb |