Method: ConversationForms.load!
- Defined in:
- lib/conversation_forms.rb
.load! ⇒ Object
Inspired by Kaminari through bootstrap-sass
5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/conversation_forms.rb', line 5 def load! register_compass_extension if compass? if rails? register_rails_engine elsif sprockets? register_sprockets end configure_sass end |