Sha256: 02a2e8ee717d4508998768002738d93a3b17ff85b13e34cb6395dd8823028a1b
Contents?: true
Size: 251 Bytes
Versions: 19
Compression:
Stored size: 251 Bytes
Contents
class Admin::GatewaysController < Admin::BaseController resource_controller index.response do |wants| configuration = GatewayConfiguration.find 1 wants.html { redirect_to edit_admin_gateway_configuration_url(configuration) } end end
Version data entries
19 entries across 19 versions & 2 rubygems