Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Paperclip::AttachmentOptions

Public Class Methods

new(options) click to toggle source
# File lib/paperclip/attachment_options.rb, line 3
def initialize(options)
  options.each do |k, v|
    self.[]=(k, v)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.