Sha256: bb66111a42d52eaa65f6ebe9f1ba06757b1b22c9794d5af4d571026272d13dd9
Contents?: true
Size: 367 Bytes
Versions: 8
Compression:
Stored size: 367 Bytes
Contents
class ApplicationController < ActionController::Base include ManageableContent::Controllers::Dsl protect_from_forgery manageable_layout_content_for :footer_contact, :type => :string manageable_layout_content_for :footer_copyright, :type => :text manageable_content_for :title, :type => :string manageable_content_for :keywords, :type => :text end
Version data entries
8 entries across 8 versions & 1 rubygems