Skip to content

Application Controller

João Guilherme edited this page Apr 8, 2016 · 1 revision

Class

  • This class will raise an exception in the case of the application doesn't start right.

Methods

  • def raise_not_found!

  • Sends a message in case the application has a routing problem.

  • def render_not_found

  • Displays an error if the render isn't found.

Variables

  • Does not apply

Clone this wiki locally