public
Description: Rails plugin to create permalinks in models
Homepage:
Clone URL: git://github.com/febuiles/make_permalink.git
make_permalink / init.rb
100644 7 lines (5 sloc) 0.19 kb
1
2
3
4
5
6
7
#require File.join(File.dirname(__FILE__), "lib", "make_permalink")
require 'make_permalink'
 
if Object.const_defined?("ActiveRecord")
  ActiveRecord::Base.send(:include, MakePermalink)
end