- Is it affect the performance when i use the method 2 ?
- Which one is the best?
Method 1 (Combine all the method to single controller)
-controllers
-account_controller.rb
Method 2
-controllers
-account
-register_controller.rb
-update_controller.rb
-login_controller.rb
-logout_controller.rb