RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: softmonkeyjapan
Site: http://www.kartono-loic.com/
Hi there,
I'm having an issue. So far I installed it and run the migrations :
gem 'acts-as-taggable-on', '2.4.1'
rails g acts_as_taggable_on:migration rake db:migrate
But then as soon as I add this line :
acts_as_taggable
into my model, I've got the following error : wrong number of arguments (3 for 1..2)
wrong number of arguments (3 for 1..2)
I'm using Ruby 2.0.0-p247 and Rails4.0.0.beta1 (The project is already pretty big and we can't dare to update the Rails version).
Anyone already faced the same issue?
Thanks a lot
Hi there,
I'm having an issue. So far I installed it and run the migrations :
But then as soon as I add this line :
into my model, I've got the following error :
wrong number of arguments (3 for 1..2)
I'm using Ruby 2.0.0-p247 and Rails4.0.0.beta1 (The project is already pretty big and we can't dare to update the Rails version).
Anyone already faced the same issue?
Thanks a lot