Class: StaticController

Inherits:
ApplicationController show all
Defined in:
lib/ecrire/app/controllers/static_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_user, #posts, #signed_in?

Instance Method Details

#showObject



2
3
4
# File 'lib/ecrire/app/controllers/static_controller.rb', line 2

def show
  render params[:view]
end