hiroshi / partial_annotation

A rails plugin which annotates beginning and end of partial by inserting a pair of comments.

This URL has Read+Write access

partial_annotation / init.rb
100644 4 lines (3 sloc) 0.065 kb
1
2
3
4
if Rails.env == "development"
  require "partial_annotation"
end