Displaying 2 results from an estimated 2 matches for "leccion".
Did you mean:
seccion
2009 Feb 13
0
THREE MODELS PROBLEM IN 'NEW' ACTION
...this problem :
When I use three models, and associate them, then, my ''new'' action need more data to work, How can I resolv it, or I do it in the right way ?
Thanks
Jose.
******************** my models *************************
class Libro < ActiveRecord::Base
has_many :lecciones
end
class Leccion < ActiveRecord::Base
has_many :vocabularios
belongs_to :libro
end
class Vocabulario < ActiveRecord::Base
belongs_to :leccion
belongs_to :libro
end
**************** routes.rb ****************************
ActionController::Routing::Routes.draw do |map|
map.reso...
2006 May 18
5
more that 5 time beats for effect.pulsate
hi again
How can i extend 5 times for effect.pulsate beats?
I need that continue beat until other event client happened
about my other mail, is there other solution more elegant that this? :
new Effect.Pulsate(leccion[i_leccion],{duration: 5,from: 1});
thanks again
rag