Module: NfgUi::Bootstrap::Utilities::Dismissible
- Included in:
- Components::Alert
- Defined in:
- lib/nfg_ui/bootstrap/utilities/dismissible.rb
Overview
Delivers the dismissibility of the component to the HAML partial
Instance Method Summary collapse
Instance Method Details
#dismissible ⇒ Object
8 9 10 |
# File 'lib/nfg_ui/bootstrap/utilities/dismissible.rb', line 8 def dismissible .fetch(:dismissible, default_dismissible) end |