rubyonrailsin

A Ruby and Rails talk

Wednesday, March 24, 2010


Re: [Rails] attr_accessor in AR models?

by rubyonrailsin 0 comments

Tag


Share this post:
Design Float
StumbleUpon
Reddit

You _can_ use attr_accessor in ActiveRecord models. Like this:

  class Article < ActiveRecord::Base
    attr_accessor :my_prop
  end

Maybe you could post some code and/or error message.

/Lasse

2010/3/24 elliottg <x@simplecircle.net>
Am I correct in thinking that one cannot use attr_accessor in
ActiveRecord models?

I have success when using either cattr_accessor or mattr_accessor but
not the native Ruby method. Am I missing something here, or is this
how it really is?

Thanks. Elliott G

--
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@googlegroups.com.
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.


--
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@googlegroups.com.
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.

No comments:

Post a Comment

Subscribe feeds via e-mail

Blog Archive