Class: Elabs::ApplicationRecord
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Elabs::ApplicationRecord
- Defined in:
- app/models/elabs/application_record.rb
Direct Known Subclasses
Act, AlbumsTag, AlbumsUpload, Announcement, ApplicationContentRecord, ArticlesTag, Comment, Language, License, NotesTag, Notification, Preference, ProjectsAlbum, ProjectsArticle, ProjectsNote, ProjectsTag, ProjectsUpload, Report, Tag, UploadsTag, User
Instance Attribute Summary collapse
-
#changed_by ⇒ Object
Returns the value of attribute changed_by.
Instance Attribute Details
#changed_by ⇒ Object
Returns the value of attribute changed_by.
5 6 7 |
# File 'app/models/elabs/application_record.rb', line 5 def changed_by @changed_by end |