Skip to content

Commit

Permalink
lama tidak kontribusi nih #15
Browse files Browse the repository at this point in the history
  • Loading branch information
wicky-andrian committed Apr 7, 2019
1 parent 3a7401f commit b9c2e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/action_controller_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A controller can thus be thought of as a middleman between models and views. It

NOTE: For more details on the routing process, see [Rails Routing from the Outside In](routing.html).

Controller Naming Convention
Ketentuan Penamaan Controller
----------------------------

The naming convention of controllers in Rails favors pluralization of the last word in the controller's name, although it is not strictly required (e.g. `ApplicationController`). For example, `ClientsController` is preferable to `ClientController`, `SiteAdminsController` is preferable to `SiteAdminController` or `SitesAdminsController`, and so on.
Expand Down

1 comment on commit b9c2e52

@SunDi3yansyah
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

Please sign in to comment.