Class: ImageTitle
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ImageTitle
- Defined in:
- lib/has_magick_title/image_title.rb
Instance Method Summary collapse
Instance Method Details
#full_path ⇒ Object
14 15 16 |
# File 'lib/has_magick_title/image_title.rb', line 14 def full_path File.join(Rails.root, "public", url) end |
#url ⇒ Object
10 11 12 |
# File 'lib/has_magick_title/image_title.rb', line 10 def url File.join("/system/titles", filename) end |