Sha256: 5796b5e9b7bf5a31ddbebedd7a9db061d06fa71ae3617116621dd65a58ee1f7d
Contents?: true
Size: 396 Bytes
Versions: 4
Compression:
Stored size: 396 Bytes
Contents
class SoundcloudAuthGenerator < Rails::Generator::Base def manifest record do |m| m.class_collisions 'User' m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => 'soundcloud_auth_migration' m.template 'user.rb', File.join('app','models','user.rb') m.template 'soundcloud_auth.yml', File.join('config','soundcloud_auth.yml') end end end
Version data entries
4 entries across 4 versions & 1 rubygems