Explorar el Código

model add scope

abiao hace 4 años
padre
commit
54b2d69c45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/models/product.rb

+ 1 - 1
app/models/product.rb

@@ -122,7 +122,7 @@ class Product < ActiveRecord::Base
             rate = (( self.price.to_f - self.buy_price.to_f )/self.buy_price.to_f)*100
         end
         mer=field :gross_interest_rate do
-            formatted_value{bindings[:view].current_admin_user.email}
+            formatted_value{bindings[:object].current_admin_user.email}
         end
         return mer
     end