0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ビューファイルにbinding.pryを使う方法

Posted at

####binding.pryをビューファイルで使用する方法

自分がbinding.pryをビューファイルで使う時に[- binding.pry]を動作を確認したい行の下に記述すれば良いだけと認識していたが、なぜかsyntaxerrorとで出てしまい、それだけではbinding.pryを行えなかったため。記載しました。

####使い方
至って単純で、ビューファイルの下の行にインデントを合わせる事でbinding.pryを行う事ができました。

ビューファイル
            - binding.pry
            =@sending_destinaton.post_code

#下の行のインデントを合わせて記述する。
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?