Browse Source

remove trailing whitespace

topic-sass
Jason Denney 11 years ago
parent
commit
bbba67d7d5
  1. 2
      app/components/bike_brands.rb

2
app/components/bike_brands.rb

@ -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

Loading…
Cancel
Save