Sha256: db5b70ddb891113366558247958fd48ede9ea9dd1d69df5887f4fe9eca7e27c7

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

module Org
  module Model::OrganHandle
    extend ActiveSupport::Concern

    included do
      attribute :record_class, :string
      attribute :record_column, :string
      attribute :name, :string
      attribute :description, :string

      has_many :department_grants, dependent: :destroy
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_org-0.0.1 app/models/org/model/organ_handle.rb