Displaying 1 result from an estimated 1 matches for "customservice".
Did you mean:
customerservice
2006 Jan 12
4
where is the ActionStruct::Base in rails???
there is a example in
http://api.rubyonrails.com/classes/ActionWebService/Base.html
and it mentioned
<code>
class SearchCriteria < ActionStruct::Base
member :firstname, :string
member :lastname, :string
member :email, :string
end
</code>
but i can not find ActionStruct''s source code in the rails''s
distribution,and i found ''NameError: