Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created May 18, 2010 21:26
Show Gist options
  • Save knowuh/405592 to your computer and use it in GitHub Desktop.
Save knowuh/405592 to your computer and use it in GitHub Desktop.
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