public
Description: A rails plugin which annotates beginning and end of partial by inserting a pair of comments.
Homepage:
Clone URL: git://github.com/hiroshi/partial_annotation.git
partial_annotation / init.rb
100644 4 lines (3 sloc) 0.065 kb
1
2
3
4
if Rails.env == "development"
  require "partial_annotation"
end