class Upload
Public Instance Methods
model()
click to toggle source
# File lib/generators/attachs/upload/templates/model.rb, line 14 def model if record_type record_type.classify.constantize end end
# File lib/generators/attachs/upload/templates/model.rb, line 14 def model if record_type record_type.classify.constantize end end