#attr_accessor
2 posts tagged attr_accessor. Clear filter
-
Problem slash Bug in Rails with attr_accessor and Datetime Select Fields
Looks like there is a problem with using the attr\accessor method with datetime form fields http://dev.rubyonrails.org/ticket/8983 In Rails 2.3.2, for me at least, the problem seems to be popping...
-
Trouble Using Attr_Accessor in Rails Models and Forms
You might use the attr\accessible method to create getters and setters for a class that has attributes which don't map directly to corresponding fields in a database. For example let's take the...