Sha256: 3f4dcf3a5b2d6d1fdc91b408ea26543518d49ebaa8192cbd1f27f6f3e0e55f4a
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
class PositionType < ActiveRecord::Base attr_protected :created_at, :updated_at tracks_created_by_updated_by class << self def iid(internal_identifier) find_by_internal_identifier(internal_identifier) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erp_work_effort-4.2.0 | app/models/position_type.rb |