Sha256: 9982a9ea74be2d587ae9a360422e2b16e1e96bd816922da80a349832e4bc9298
Contents?: true
Size: 163 Bytes
Versions: 7
Compression:
Stored size: 163 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery helper_method :main_site_host def main_site_host 'www.example.com' end end
Version data entries
7 entries across 7 versions & 1 rubygems