templates/initializer.rb in simple_helpers-0.0.2 vs templates/initializer.rb in simple_helpers-0.0.3
- old
+ new
@@ -1,10 +1,9 @@
# Use this file to setup SimpleHelpers.
require "simple_helpers"
SimpleHelpers.configure do |config|
-
# Helper methods that will be automatically
# created in the controllers
# config.helpers = [:page_title]
# config.helpers will NOT be created automatically in these controllers
@@ -16,8 +15,9 @@
# *** keep it empty if you would allow all controlers
# example: [ApplicationController]
# config.whitelist = []
# Options:
- # [ :log ]
- config.options = [:log]
+ # :pluralize => I18n pluralized helper names
+ # [ :log, :pluralize ]
+ # config.options = [ :log ]
end