Method: SyntheticNote#project
- Defined in:
- app/models/synthetic_note.rb
#project ⇒ Object
31 32 33 |
# File 'app/models/synthetic_note.rb', line 31 def project resource_parent if resource_parent.is_a?(Project) end |
31 32 33 |
# File 'app/models/synthetic_note.rb', line 31 def project resource_parent if resource_parent.is_a?(Project) end |