class DashboardController
Public Instance Methods
show()
click to toggle source
# File lib/generators/pages/templates/dashboard_controller.rb, line 4 def show render :action => params[:page] end
# File lib/generators/pages/templates/dashboard_controller.rb, line 4 def show render :action => params[:page] end