search for: actionstruct

Displaying 1 result from an estimated 1 matches for "actionstruct".

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: uninitialized constant ActionStruct'' when usi...