Commit d7f4149523683815bd7a54da2dfa684c202fdb1e
- Diff rendering mode:
- inline
- side by side
|   | |||
| 2 | 2 | # Likewise, all the methods added will be available for all controllers. | |
| 3 | 3 | ||
| 4 | 4 | class ApplicationController < ActionController::Base | |
| 5 | include AuthenticatedSystem | ||
| 6 | |||
| 5 | 7 | helper :all # include all helpers, all the time | |
| 6 | 8 | ||
| 7 | 9 | # See ActionController::RequestForgeryProtection for details |

