templates/initializer.rb in simple_helpers-0.0.3 vs templates/initializer.rb in simple_helpers-0.0.4
- old
+ new
@@ -7,15 +7,15 @@
# config.helpers = [:page_title]
# config.helpers will NOT be created automatically in these controllers
# *** keep it empty if you would allow all controlers
# example: [SessionsController]
- # config.blacklist = []
+ # config.except = []
# config.helpers will be created automatically in these controllers
# *** keep it empty if you would allow all controlers
- # example: [ApplicationController]
- # config.whitelist = []
+ # example: [PostsController]
+ # config.only = []
# Options:
# :pluralize => I18n pluralized helper names
# [ :log, :pluralize ]
# config.options = [ :log ]