Module: SuperInteraction::Layout
- Defined in:
- lib/super_interaction/layout.rb
Class Method Summary collapse
Class Method Details
.modal_layout ⇒ Object
6 7 8 9 10 11 12 13 14 15 |
# File 'lib/super_interaction/layout.rb', line 6 def self.modal_layout case framework when :bootstrap3 "modal_bs3.haml" when :bootstrap4 "modal_bs4.haml" when :beyond "modal_beyond.haml" end end |