We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d74507 commit 572294aCopy full SHA for 572294a
app/models/book.rb
@@ -1,6 +1,5 @@
1
class Book < ApplicationRecord
2
include MultiPageTool
3
- include Featureable
4
5
def ask_for_donation?
6
downloads_available?
app/models/issue.rb
class Issue < ApplicationRecord
belongs_to :journal
0 commit comments