<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using helpers inside controllers in Ruby on Rails</title>
	<atom:link href="http://lojic.com/blog/2007/07/27/using-helpers-inside-controllers-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://lojic.com/blog/2007/07/27/using-helpers-inside-controllers-in-ruby-on-rails/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 09:28:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kumar deepak</title>
		<link>http://lojic.com/blog/2007/07/27/using-helpers-inside-controllers-in-ruby-on-rails/comment-page-1/#comment-16501</link>
		<dc:creator>kumar deepak</dc:creator>
		<pubDate>Thu, 30 Sep 2010 15:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/?p=93#comment-16501</guid>
		<description>include the helper module in application controller

e.g.
class ApplicationController &lt; ActionController::Base
  protect_from_forgery
  include SessionsHelper
end</description>
		<content:encoded><![CDATA[<p>include the helper module in application controller</p>
<p>e.g.<br />
class ApplicationController &lt; ActionController::Base<br />
  protect_from_forgery<br />
  include SessionsHelper<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://lojic.com/blog/2007/07/27/using-helpers-inside-controllers-in-ruby-on-rails/comment-page-1/#comment-4069</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Wed, 27 May 2009 15:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/?p=93#comment-4069</guid>
		<description>The simple method in your last update solved my problem.  Thank you. -Chris</description>
		<content:encoded><![CDATA[<p>The simple method in your last update solved my problem.  Thank you. -Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Adkins</title>
		<link>http://lojic.com/blog/2007/07/27/using-helpers-inside-controllers-in-ruby-on-rails/comment-page-1/#comment-996</link>
		<dc:creator>Brian Adkins</dc:creator>
		<pubDate>Tue, 20 Jan 2009 03:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/?p=93#comment-996</guid>
		<description>@vinhboy why would you want an arbitrary function available to a view but not a controller ?</description>
		<content:encoded><![CDATA[<p>@vinhboy why would you want an arbitrary function available to a view but not a controller ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinhboy</title>
		<link>http://lojic.com/blog/2007/07/27/using-helpers-inside-controllers-in-ruby-on-rails/comment-page-1/#comment-851</link>
		<dc:creator>vinhboy</dc:creator>
		<pubDate>Wed, 07 Jan 2009 07:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/?p=93#comment-851</guid>
		<description>Thanks for this. I am using it with my app. However, I can&#039;t help but feel this is some how the wrong way to things. There has to be a reason why helpers are not accessible in controllers right???</description>
		<content:encoded><![CDATA[<p>Thanks for this. I am using it with my app. However, I can&#8217;t help but feel this is some how the wrong way to things. There has to be a reason why helpers are not accessible in controllers right???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Attila</title>
		<link>http://lojic.com/blog/2007/07/27/using-helpers-inside-controllers-in-ruby-on-rails/comment-page-1/#comment-46</link>
		<dc:creator>Attila</dc:creator>
		<pubDate>Mon, 21 Apr 2008 11:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/?p=93#comment-46</guid>
		<description>Thanks, helped me out. First time I heard of lambda, too. Yes, i am that much of a rookie in ruby world. :)</description>
		<content:encoded><![CDATA[<p>Thanks, helped me out. First time I heard of lambda, too. Yes, i am that much of a rookie in ruby world. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

