Sha256: 47bbcc52195c120f002ed660ee0649ef41cef217c46a03a6c2bfe15aa0ef501c

Contents?: true

Size: 129 Bytes

Versions: 2

Compression:

Stored size: 129 Bytes

Contents

class ApplicationController < ActionController::Base
  clear_helpers
  protect_from_forgery
  
  def self.do_something
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
admin_assistant-2.1.0 rails_3_0/app/controllers/application_controller.rb
admin_assistant-2.0.1 rails_3_test/app/controllers/application_controller.rb