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 9 9 10 10 Example: 11 11 12 class ApplicationController < Acti veRecord::Base12 class ApplicationController < ActionController::Base 13 13 include AccountLocation 14 14 before_filter :find_account 15 15