I know Ctrl
+Shift
+.
will add <%= %>
to your html.erb views. But can I make my own definitions?
For example, can I create something like this...
Ctrl
+Shift
+b
to add binding.pry
in a controller file?
I know Ctrl
+Shift
+.
will add <%= %>
to your html.erb views. But can I make my own definitions?
For example, can I create something like this...
Ctrl
+Shift
+b
to add binding.pry
in a controller file?