spec/dummy/config/initializers/acu_setup.rb in rails-acu-1.2.1 vs spec/dummy/config/initializers/acu_setup.rb in rails-acu-1.3.0

- old
+ new

@@ -1,9 +1,5 @@ Acu.setup do |config| - # name it to the Base Application Controller that your project - # is going to use as a base of all of your controllers. - config.base_controller = :ApplicationController - # to tighten the security this is enabled by default # i.e if it checked to be true, then if a request didn't match to any of rules, it will get passed through # otherwise the requests which don't fit into any of rules, we be denied by default config.allow_by_default = false \ No newline at end of file