Class: Sample
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Sample
- Defined in:
- app/models/sample.rb
Overview
Sample
Instance Method Summary collapse
Instance Method Details
#active? ⇒ Boolean
19 20 21 |
# File 'app/models/sample.rb', line 19 def active? deactivated_at.nil? end |