Module: RademadeAdmin::Uploader::Photo

Defined in:
lib/rademade_admin/uploader/photo.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *arguments) ⇒ Object



5
6
7
8
9
# File 'lib/rademade_admin/uploader/photo.rb', line 5

def method_missing(name, *arguments)
  if name == 'resize'
    raise NotImplemented.new 'Implement "resize" error'
  end
end