Sha256: 40082db8cf4c1ed9106239284ccb9f58f702bf410fad5c4c6da4192afc10c426
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
module ActionController class Base def self.restful_controller(*actions) RestfulController::Base.inject(self, *actions) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restful-controller-0.0.3 | lib/restful_controller/action_controller/base.rb |