Sha256: 3315ba3adbbf3d91f2ccfca74be5aff2e08aeef588abaf1b1684f7397581a8a6
Contents?: true
Size: 150 Bytes
Versions: 1
Compression:
Stored size: 150 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include ApplicationHelper def home render "pages/home" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phenomenal_rails-1.2.5 | spec/dummy/app_phenomenal/persistent_feature/controllers/application_controller.rb |