Initial commit
This commit is contained in:
8
app/models/concerns/freeformable.rb
Normal file
8
app/models/concerns/freeformable.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
module Freeformable
|
||||
extend ActiveSupport::Concern
|
||||
included do
|
||||
def other?
|
||||
label == "Other"
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user