Class: Submission
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Submission
- Extended by:
- Team
- Defined in:
- app/models/submission.rb
Instance Method Summary (collapse)
Methods included from Team
Instance Method Details
- (Object) attempt_auto_map
91 92 93 94 |
# File 'app/models/submission.rb', line 91 def attempt_auto_map return @attempt_auto_map if defined? @attempt_auto_map false end |
- (Object) attempt_auto_map=(val)
88 89 90 |
# File 'app/models/submission.rb', line 88 def attempt_auto_map= val @attempt_auto_map = val end |