module Photofy
Public Class Methods
included(base)
click to toggle source
# File lib/photofy.rb, line 11 def self.included(base) base.extend(DummyS3Methods) base.extend(Core) end
# File lib/photofy.rb, line 11 def self.included(base) base.extend(DummyS3Methods) base.extend(Core) end