Sha256: a81334928c4d782e0bdcef1f887311f60dcc91fdccce12032ef6f4c968286183
Contents?: true
Size: 152 Bytes
Versions: 5
Compression:
Stored size: 152 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include ApplicationHelper def home render "pages/home" end end
Version data entries
5 entries across 5 versions & 1 rubygems