Sha256: 436019812e1e089994b2848251c1dce6a3b03eb09a5df61e32aec5a3aa2acd72

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

class CustomAuthorizationsController < ::ApplicationController
  %w[index show new create edit update destroy].each do |action|
    define_method action do
      render :nothing => true
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
couchkeeper-0.6.7 spec/dummy/app/controllers/custom_authorizations_controller.rb