Module: SimpleFormPasswordWithHints
- Defined in:
- lib/simple_form_password_with_hints.rb,
lib/simple_form_password_with_hints/version.rb
Constant Summary collapse
- VERSION =
"0.0.3".freeze
Class Method Summary collapse
Class Method Details
.add_locales! ⇒ Object
11 12 13 |
# File 'lib/simple_form_password_with_hints.rb', line 11 def self.add_locales! I18n.load_path += Dir["#{root_path}/config/locales/*.yml"] end |
.add_paths! ⇒ Object
5 6 7 8 9 |
# File 'lib/simple_form_password_with_hints.rb', line 5 def self.add_paths! Sprockets.append_path stylesheets_path Sprockets.append_path images_path Sprockets.append_path javascripts_path end |