在rails关注中设置属性

时间:2017-10-05 12:00:27

标签: ruby-on-rails

如何在rails关注中设置属性?

这是我的担忧:

module Nodeable
  extend ActiveSupport::Concern
  def set_lat                
    lat = 5
  end
end

然后如果我尝试使用它

test = Item.first
test.set_lat
test.save!

检查它是否有效:

test.lat
=> nil

0 个答案:

没有答案