哪位大大用过 wash_out 我在 soap action 需要 return Staff 类 在 def 中 用 find_by 找到@staff 然后 render :soap=>[@staff] 但是会报 WashOut::Dispatcher::ProgrammerError (SOAP response used # (which is Staff), in the context where a Hash with key of 'staff_no' was expected.): 如果不对@staff添加 [ ] 那么会报 WashOut::Dispatcher::ProgrammerError (SOAP response tried to use '#' (which is of type Staff), as the value for 'value' (which expects an Array).):
该如何写 render?
#4 楼 @alucardpj 然而要做的是 server。
问个别的问题,rails 的 restful 风格如果需要传 2 个参数才能确定一个资料,要怎么设置 router 和 action? 比如需要一个 id 和一个 flag,是用:member 么?但这样 url 不是会很长? 如果需要一个 year、一个 month、一个 id,资料表中只有 datetime 形式的数据,又该如何?
如果资料表中有 3 个主键 user_id、product_id 和 flag 那么需要怎么写联合索引和 unique?
各位大大,我是个小白,如果数据库有 3 个主键 user_id、product_id 和 flag 那么需要怎么写联合索引和 unique?