Class: Playa::HelpView

Inherits:
Vedeu::View
  • Object
show all
Defined in:
lib/playa/views/help_view.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



3
4
5
6
7
8
9
# File 'lib/playa/views/help_view.rb', line 3

def render
  view 'help' do
    line do
      text 'Help!'
    end
  end
end