We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c8b5f commit 2bd6d5dCopy full SHA for 2bd6d5d
app/models/dojo.rb
@@ -89,7 +89,6 @@ def active?
89
def active_at?(date)
90
created_at <= date && (inactivated_at.nil? || inactivated_at > date)
91
end
92
-
93
# 再活性化メソッド
94
def reactivate!
95
if inactivated_at.present?
0 commit comments