remove trailing whitespace

This commit is contained in:
Jason Denney
2013-10-19 00:31:36 -04:00
parent cfeb6fd1d2
commit bbba67d7d5
+1 -1
View File
@@ -6,7 +6,7 @@ class BikeBrands < Netzke::Basepack::Grid
c.prohibit_update = true if cannot? :update, BikeBrand
c.prohibit_create = true if cannot? :create, BikeBrand
c.prohibit_delete = true if cannot? :delete, BikeBrand
c.prohibit_delete = true if cannot? :delete, BikeBrand
end
#override with nil to remove actions