test/dummy/config/initializers/inkwell.rb in inkwell-1.4.1 vs test/dummy/config/initializers/inkwell.rb in inkwell-1.5.1

- old
+ new

@@ -1,7 +1,9 @@ module Inkwell class Engine < Rails::Engine config.post_table = :posts config.user_table = :users config.community_table = :communities + config.category_table = :categories end + end \ No newline at end of file