Sha256: 6a9df19efaa579f01b63b4892f29aac85b7b383279313113e5d995ebde90cb5c
Contents?: true
Size: 215 Bytes
Versions: 9
Compression:
Stored size: 215 Bytes
Contents
class Blog::ApplicationController < ActionController::Base include ManageableContent::Controllers::Dsl protect_from_forgery layout 'blog' manageable_layout_content_for :blog_title, :layout => 'blog' end
Version data entries
9 entries across 9 versions & 1 rubygems