Module: Attachs::Concern

Extended by:
ActiveSupport::Concern
Defined in:
lib/attachs/concern.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#reload(options = nil) ⇒ Object



12
13
14
15
# File 'lib/attachs/concern.rb', line 12

def reload(options=nil)
  clear_attachments
  super
end