parent
1b05516762
commit
ce7802072e
|
@ -4,12 +4,6 @@ module Rating
|
||||||
class InstallGenerator < Rails::Generators::Base
|
class InstallGenerator < Rails::Generators::Base
|
||||||
source_root File.expand_path('../templates', __FILE__)
|
source_root File.expand_path('../templates', __FILE__)
|
||||||
|
|
||||||
desc 'Creates Rating initializer'
|
|
||||||
|
|
||||||
def copy_initializer
|
|
||||||
copy_file 'config/initializers/rating.rb', 'config/initializers/rating.rb'
|
|
||||||
end
|
|
||||||
|
|
||||||
desc 'Creates Rating migration'
|
desc 'Creates Rating migration'
|
||||||
|
|
||||||
def create_migration
|
def create_migration
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Rating.configure do |config|
|
|
||||||
# config.models rate: '::Rating::Rate', rating: '::Rating::Rating'
|
|
||||||
# end
|
|
Loading…
Reference in New Issue