Skip to content

Instantly share code, notes, and snippets.

@AquaGeek
Created May 14, 2011 02:35
Show Gist options
  • Save AquaGeek/971824 to your computer and use it in GitHub Desktop.
Save AquaGeek/971824 to your computer and use it in GitHub Desktop.
Rails Lighthouse ticket #6650
From d309e694af3c41de4497e905dcfb0a8c489b5b48 Mon Sep 17 00:00:00 2001
From: lakshmanan <lucky.developer@gmail.com>
Date: Wed, 30 Mar 2011 16:05:59 +0530
Subject: [PATCH] action-pack README typo fix
---
actionpack/README.rdoc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 3661d27..bfccee9 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -34,7 +34,7 @@ A short rundown of some of the major features:
* Actions grouped in controller as methods instead of separate command objects
and can therefore share helper methods
- CustomersController < ActionController::Base
+ class CustomersController < ActionController::Base
def show
@customer = find_customer
end
--
1.7.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment