소스 검색

model add scope

abiao 5 년 전
부모
커밋
54b2d69c45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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