getting error from rake command…
I think I need rails paginate, but not sure…??
Partial trace below.
bartee@bartee-linux:~/railsprojects/myradiant$ rake development
db:migrate:extensions
(in /home/bartee/railsprojects/myradiant)
rake aborted!
undefined method `has_attachment’ for #Class:0x7f998f149288
(See full trace by running task with --trace)
bartee@bartee-linux:~/railsprojects/myradiant$ rake development
db:migrate:extensions --trace
(in /home/bartee/railsprojects/myradiant)
** Invoke development (first_time)
** Execute development
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method has_attachment' for #<Class:0x7f80cc57da60> /usr/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib/active_record/base.rb:1532:in
method_missing_without_paginate’
/home/bartee/railsprojects/myradiant/vendor/extensions/paperclipped/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:164:in
`method_missing’