Class: Upload

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/attachs/upload/templates/model.rb

Instance Method Summary collapse

Instance Method Details

#modelObject



13
14
15
16
17
# File 'lib/generators/attachs/upload/templates/model.rb', line 13

def model
  if record_type
    record_type.classify.constantize
  end
end