diff options
Diffstat (limited to 'generators/refinery_blog')
-rw-r--r-- | generators/refinery_blog/refinery_blog_generator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/refinery_blog/refinery_blog_generator.rb b/generators/refinery_blog/refinery_blog_generator.rb index d18268b..304ea39 100644 --- a/generators/refinery_blog/refinery_blog_generator.rb +++ b/generators/refinery_blog/refinery_blog_generator.rb @@ -31,7 +31,7 @@ class RefineryBlogGenerator < Rails::Generator::NamedBase Rails::Generator::GeneratedAttribute.new('name', 'string'), Rails::Generator::GeneratedAttribute.new('email', 'string'), Rails::Generator::GeneratedAttribute.new('body', 'text'), - Rails::Generator::GeneratedAttribute.new('approved', 'boolean'), + Rails::Generator::GeneratedAttribute.new('state', 'string'), Rails::Generator::GeneratedAttribute.new('blog_post_id', 'integer') ], :id => true },{ |