Displaying 1 result from an estimated 1 matches for "democontrol".
Did you mean:
deccontrol
2006 Aug 16
2
About scaffold mean
Hello All!
I''m novice at ROR. Would you like to explain what mean such constuction in
Ruby.
1: class DemoController < ActionController::Base
2: scaffold :item
3: end
Is 2th line calling of method ''scaffold''? If it is so, when it called? For
all instances of class, or only for class?
I watch sources of ActionController, but don''t understand completely.
Thanks.
--
Alexey Vakho...