General DS4500 controller configuration steps.
DS4500控制器总的配置步骤。
If you followed the earlier Ruby on Rails projects in this series, you know the general flow of a typical controller method.
如果跟着做过这个系列以前的Ruby on Rails项目,就会知道典型的控制器方法的一般流程是。
Listing 9 shows the general structure of the controller and focuses on the initialize method and the two tasks it performs.
清单9显示了控制器的总体结构,重点放在initialize方法及其执行的如下两个任务。
应用推荐