Sha256: 94ef056c77bcfec47ae79df072c74bc3088a547bf80bd5b22524008e6d6f5b8c

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

module Humpyard
  module Elements 
    ####
    # Humpyard::Elements::BoxElement is a model of a container element with a box frame.    
    class BoxElement < ::ActiveRecord::Base
      acts_as_humpyard_container_element :system_element => true
      
      attr_accessible :title
      
      require 'globalize'
      
      translates :title
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
humpyard-0.0.1 app/models/humpyard/elements/box_element.rb