Module: Fclay::Includer

Defined in:
lib/fclay/includer.rb

Instance Method Summary collapse

Instance Method Details

#has_fclay_attachment(options = {}) ⇒ Object



4
5
6
7
8
9
10
11
12
13
14
# File 'lib/fclay/includer.rb', line 4

def has_fclay_attachment options = {}
  @fclay_options = options
  
  class_eval do
     def self.fclay_options
       @fclay_options
     end
  end
  
  include Fclay::Attachment
end