pre_render 1.0.0
If defined, a Rails controller's pre_prender() method will be invoked for each action right before Rail's built-in render() method. This will give the controller a chance to fully initialize any variables or view model just prior to rendering the view.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
rails
~> 4.2.0