Class: PositionType
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PositionType
- Defined in:
- app/models/position_type.rb
Class Method Summary collapse
Class Method Details
.iid(internal_identifier) ⇒ Object
8 9 10 |
# File 'app/models/position_type.rb', line 8 def iid(internal_identifier) find_by_internal_identifier(internal_identifier) end |