class AppIndexController

Public Instance Methods

app() click to toggle source
# File lib/generators/json_voorhees/setup_app/templates/app_index_controller.rb, line 2
def app
      #This might come in handy if using the backend for a website
      #render :file => "#{RAILS_ROOT}/public/index.html"
end