Class: Georeferencer
- Inherits:
-
Role::ProjectRole
- Object
- Role
- Role::ProjectRole
- Georeferencer
- Defined in:
- app/models/georeferencer.rb
Overview
The (Role) person who created the georeference record.
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Role::ProjectRole
Methods included from Housekeeping
#has_polymorphic_relationship?
Class Method Details
.human_name ⇒ Object
4 5 6 |
# File 'app/models/georeferencer.rb', line 4 def self.human_name 'Georeferencer' end |
Instance Method Details
#year_active_year ⇒ Object
8 9 10 |
# File 'app/models/georeferencer.rb', line 8 def year_active_year role_object.year_georeferenced end |