well if someone ever tries to do the same type of thing. maybe they
will find how i solved this!!
the answer is to add the following
def turing
@tempturing
end
def turing=(temp)
@tempturing=temp
end
On Dec 27, 6:30 pm, spokra
<spo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> ok I''m down to getting AR to ignore the field. the field is
called
> turing.. I have two function stubs..
>
> def turing
> end
> def turing=(temp)
> end
>
> what do i need to do in these two functions to emulate what AR would
> have for column in the DB..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---