nabeta-scribd_fu 2.0.4 → 2.0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/scribd_fu.rb +2 -1
- data/scribd_fu.gemspec +1 -1
- metadata +1 -1
data/lib/scribd_fu.rb
CHANGED
|
@@ -116,7 +116,7 @@ module ScribdFu
|
|
|
116
116
|
|
|
117
117
|
include InstanceMethods
|
|
118
118
|
|
|
119
|
-
after_save :upload_to_scribd # This *MUST* be an after_save
|
|
119
|
+
#after_save :upload_to_scribd # This *MUST* be an after_save
|
|
120
120
|
before_destroy :destroy_ipaper_document
|
|
121
121
|
end
|
|
122
122
|
|
|
@@ -174,6 +174,7 @@ module ScribdFu
|
|
|
174
174
|
end
|
|
175
175
|
|
|
176
176
|
module InstanceMethods
|
|
177
|
+
attr_accessor :post_to_scribd
|
|
177
178
|
|
|
178
179
|
def self.included(base)
|
|
179
180
|
base.extend ClassMethods
|
data/scribd_fu.gemspec
CHANGED