Skip to content

Commit 572294a

Browse files
Remove redundant Featureable include
1 parent 7d74507 commit 572294a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/models/book.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class Book < ApplicationRecord
22
include MultiPageTool
3-
include Featureable
43

54
def ask_for_donation?
65
downloads_available?

app/models/issue.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class Issue < ApplicationRecord
22
include MultiPageTool
3-
include Featureable
43

54
belongs_to :journal
65

0 commit comments

Comments
 (0)