Class: Matestack::Ui::Bootstrap::Components::Toast

Inherits:
VueJsComponent
  • Object
show all
Defined in:
app/concepts/matestack/ui/bootstrap/components/toast.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



15
16
17
18
19
# File 'app/concepts/matestack/ui/bootstrap/components/toast.rb', line 15

def response
  standard_placement_partial
  # standard_placement_partial unless placement.present?
  # custom_placement_partial if placement.present?
end