Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active November 27, 2015 08:34
Show Gist options
  • Select an option

  • Save YumaInaura/1dd3989edc92e861a973 to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/1dd3989edc92e861a973 to your computer and use it in GitHub Desktop.
Rails | コード内のコメントを見つける方法 (TODO、FIXME、OPTIMIZE、HACK、REVIEW) ref: http://qiita.com/Yinaura/items/69584a09fee58efd163e
# DANGER: 注意!
app/models/example.rb:
* [ 10] [TODO] モデルにカラムを追加する
app/models/example.rb:
* [ 4] [FIXME] create が動かない
# FIXME: ここを修正する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment