LoginSignup
4
2

More than 5 years have passed since last update.

Slim で case 文を使う

Posted at

以下のように記述する。

- path = case record
- when Model1
  - model1_path
- when Model2
  - model2_path

※ そもそも View 上で case 文を使うコードがどうかという話はありますが。

4
2
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
4
2