brightin/brightcontent

View on GitHub
pages/app/models/brightcontent/page.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Brightcontent
  class Page < ActiveRecord::Base
    include Brightcontent::PageCore
    attr_accessible *column_names if defined? ProtectedAttributes
  end
end