OSDN Git Service

m
[pettanr/pettanr.git] / app / models / resource_picture.rb
index 30eb7e6..992be9f 100644 (file)
@@ -87,6 +87,10 @@ class ResourcePicture < ActiveRecord::Base
     {:src => self.url('full'), :width => self.width, :height => self.height}
   end
   
+  def symbol_option
+    self.tmb_opt_img_tag
+  end
+  
   def self.default_page_size
     25
   end