public
Description: Access control layer for ActionPack, providing a DSL for writing a firewall to sit in front of Rails controllers
Homepage:
Clone URL: git://github.com/jcoglan/consent.git
consent / install.rb
100644 6 lines (3 sloc) 0.126 kb
1
2
3
4
5
6
require 'fileutils'
 
dir = File.dirname(__FILE__)
FileUtils.copy(dir + "/lib/rules.rb", dir + "/../../../config/consent.rb")