Sha256: bcaaea4c728a023edd220359ad0af898a40b6747aaa9bbd2628722e7d83ad12d

Contents?: true

Size: 204 Bytes

Versions: 1

Compression:

Stored size: 204 Bytes

Contents

module IshLibManager
  class ApplicationController < ActionController::Base
    layout 'ish_lib_manager/application'
  end
end

def puts! args, label=''
  puts "+++ +++ #{label}"
  puts args.inspect
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ish_lib_manager-0.0.1 app/controllers/ish_lib_manager/application_controller.rb~