Sha256: 0e168c926b1d23235f2c4fa3c1c6b7e3caaae919590cc3a34f69e8eee7b8ed0f

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

module Ishapi
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
    layout :false

    def puts! a, b=''
      puts "+++ +++ #{b}"
      puts a.inspect
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ishapi-0.1.6 app/controllers/ishapi/application_controller.rb