Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / railties / lib / console_with_helpers.rb
diff --git a/vendor/rails/railties/lib/console_with_helpers.rb b/vendor/rails/railties/lib/console_with_helpers.rb
new file mode 100644 (file)
index 0000000..039db66
--- /dev/null
@@ -0,0 +1,5 @@
+def helper
+  @helper ||= ApplicationController.helpers
+end
+
+@controller = ApplicationController.new