Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #6044: account_location_readme_fix.diff

File account_location_readme_fix.diff, 339 bytes (added by thijs@fngtps.com, 2 years ago)
  • README

    old new  
    99 
    1010Example: 
    1111 
    12   class ApplicationController < ActiveRecord::Base 
     12  class ApplicationController < ActionController::Base 
    1313    include AccountLocation 
    1414    before_filter :find_account 
    1515