Sha256: 660964209fd02bb42d699ac4a5038b0a1cc8d2b9715f9dba2b64998b7300ac8c
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 Bytes
Contents
# 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 # *** keep it empty if you would allow all controlers # example: [SessionsController] # config.blacklist = [] # config.helpers will be created automatically in these controllers # *** keep it empty if you would allow all controlers # example: [ApplicationController] # config.whitelist = [] # Options: # :pluralize => I18n pluralized helper names # [ :log, :pluralize ] # config.options = [ :log ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_helpers-0.0.3 | templates/initializer.rb |