Class: EndView::Bootstrap::Modal

Inherits:
Object
  • Object
show all
Defined in:
lib/end_view/bootstrap/modal.rb

Class Method Summary collapse

Class Method Details

.render(*args, &b) ⇒ Object


18
19
20
# File 'lib/end_view/bootstrap/modal.rb', line 18

def self.render(*args, &b)
  new(*args).render(&b)
end