Created
May 18, 2010 21:26
-
-
Save knowuh/405592 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
master > git diff HEAD~1 | |
diff --git a/app/controllers/vendor_interfaces_controller.rb b/app/controllers/vendor_interfaces_controller.rb | |
index 21b669c..6dd6654 100644 | |
--- a/app/controllers/vendor_interfaces_controller.rb | |
+++ b/app/controllers/vendor_interfaces_controller.rb | |
@@ -1,6 +1,6 @@ | |
class VendorInterfacesController < ApplicationController | |
- access_rule 'admin', :only => [:create, :new, :update] | |
+ access_rule 'admin', :only => [:create, :new, :update, :edit, :index, :destroy] | |
layout "standard" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment