我想这样做。
Current_user.field = 用户:??????
什么时候?
这是我试图做的。
Given /^"([^"]*)" is a(?:|n) "([^"]*)"$/ do |arg1, arg2|
cur_user = User.find(:first, :conditions => [ name = ? , arg1])
cur_user.update_attributes(:role => User::arg2.constantize)
end
虽然保持这种用途并不可行,但我确实知道,这样做会奏效。 In Object.var.constantize context