Class: Georeferencer

Inherits:
Role::ProjectRole show all
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

#set_project_if_possible

Methods included from Housekeeping

#has_polymorphic_relationship?

Class Method Details

.human_nameObject



4
5
6
# File 'app/models/georeferencer.rb', line 4

def self.human_name
  'Georeferencer'
end

Instance Method Details

#year_active_yearObject



8
9
10
# File 'app/models/georeferencer.rb', line 8

def year_active_year
  role_object.year_georeferenced
end