class EcTemplate < ActiveRecord::Base
  # attr_accessible :title, :body
  # acts_as_attachable
  has_many :attachments, as: :container

end