Changeset 1202
- Timestamp:
- 07/12/08 16:29:31 (6 months ago)
- Files:
-
- trunk/config/initializers/acts_as_attachment.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/initializers/acts_as_attachment.rb
r1193 r1202 3 3 module ClassMethods 4 4 5 def acts_as_attachment(options = {})5 def has_attachment(options = {}) 6 6 options[:file_system_path] ||= File.join("public", "attachments", table_name) 7 7 super options
