Sha256: 40845f021731870af7ce2a4f334706433fd47223e3b6f4a6671059dd88436bac

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

class FakesController < ActionController::Base
  respond_to :json
  include Rails.application.routes.url_helpers

  def index
    render nothing: true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
elocal_api_support-0.1.2 spec/fixtures/controllers.rb