Base
# File lib/stringex/configuration/acts_as_url.rb, line 4 def initialize(options = {}) if options[:scope] options[:scope_for_url] = options.delete(:scope) end super end
# File lib/stringex/configuration/acts_as_url.rb, line 22 def self.settings @settings end
# File lib/stringex/configuration/acts_as_url.rb, line 11 def string_extensions_settings [ :allow_slash, :exclude, :force_downcase, :limit, :replace_whitespace_with, :truncate_words ].inject(Hash.new){|m, x| m[x] = settings.send(x); m} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.