class ExamplesController

Public Instance Methods

about() click to toggle source
# File lib/generators/f7/install/examples/templates/app/controllers/examples_controller.rb, line 5
def about
      render :layout => false
end
form() click to toggle source
# File lib/generators/f7/install/examples/templates/app/controllers/examples_controller.rb, line 9
def form
      render :layout => false
end
index() click to toggle source
# File lib/generators/f7/install/examples/templates/app/controllers/examples_controller.rb, line 2
def index
end
services() click to toggle source
# File lib/generators/f7/install/examples/templates/app/controllers/examples_controller.rb, line 13
def services
      render :layout => false
end