app/models/lines/author.rb in lines-engine-1.2 vs app/models/lines/author.rb in lines-engine-1.2.1
- old
+ new
@@ -2,10 +2,10 @@
#
# An {Author} is unrelated to the currently logged in user. This allows to publish
# {Article}s by guest authors that don't need an own user account
module Lines
- class Author < ActiveRecord::Base
+ class Author < Lines::ApplicationRecord
# Relations
has_many :authorables
has_many :articles, through: :authorables
\ No newline at end of file