Class: AttributionCreator
- Inherits:
-
Role::AttributionRole
- Object
- Role
- Role::AttributionRole
- AttributionCreator
- 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
Methods included from Housekeeping
#has_polymorphic_relationship?
Class Method Details
.human_name ⇒ Object
4 5 6 |
# File 'app/models/attribution_creator.rb', line 4 def self.human_name 'Creator' end |