LoginSignup
5
4

More than 5 years have passed since last update.

before_action を引数, フィルターオプション付きで実行

Last updated at Posted at 2018-06-21

before_action に引数を渡す場合の覚書。

before_action -> {
  get_hoge_data(fuga_argument) # 実行したいメソッド
}, only: [:new, :create]

フィルターオプションの定義もフォローしている。

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4