Method: QuickFile::Upload::ClassMethods#add_style
- Defined in:
- lib/quick_file/upload.rb
#add_style(style_name, blk) ⇒ Object
23 24 25 |
# File 'lib/quick_file/upload.rb', line 23 def add_style(style_name, blk) processes[style_name.to_s] = {:blk => blk} end |