Method: ScaleDown::Dispatcher#scale
- Defined in:
- lib/scale_down/dispatcher.rb
#scale ⇒ Object
38 39 40 41 42 43 |
# File 'lib/scale_down/dispatcher.rb', line 38 def scale ScaleDown::Image.scale \ :file => root_path, :out => scaled_file_path, :options => end |