test/dummy/config/initializers/inkwell.rb in inkwell-0.1.1 vs test/dummy/config/initializers/inkwell.rb in inkwell-1.0.4
- old
+ new
@@ -1,6 +1,7 @@
module Inkwell
class Engine < Rails::Engine
config.post_table = :posts
config.user_table = :users
+ config.community_table = :communities
end
end
\ No newline at end of file