Class: UrlSlug::Configuration
- Inherits:
-
Object
- Object
- UrlSlug::Configuration
- Defined in:
- lib/url_slug/configuration.rb
Instance Method Summary collapse
Instance Method Details
#i18n_load_path ⇒ Object
14 15 16 |
# File 'lib/url_slug/configuration.rb', line 14 def i18n_load_path ::I18n.load_path end |
#i18n_load_path=(value) ⇒ Object
18 19 20 |
# File 'lib/url_slug/configuration.rb', line 18 def i18n_load_path=(value) ::I18n.load_path += value end |