Class: AttributionCreator

Inherits:
Role::AttributionRole show all
Defined in:
app/models/attribution_creator.rb

Overview

Namespaced at root for convenience sake (so we don't have to reference it as Role::SourceRole::SourceAuthor)

Class Method Summary collapse

Methods inherited from Role::AttributionRole

#set_project_if_possible

Methods included from Housekeeping

#has_polymorphic_relationship?

Class Method Details

.human_nameObject



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

def self.human_name
  'Creator'
end