Class: EndView::Bootstrap::Modal

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

Class Method Summary collapse

Methods included from EndView

extended, included, new

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