I''ve come back to working with Rials after a tie away and picking up a
half completed project.
One of the controllers was based on a something I found on the web but
can no longer find.  It was a definitively ''thin'' controller.
Basically, it went like this:
class XyzController < ApplicationController
  public
  def firstmethod end
  def secondmethod end
  def thirdmethod end
  private
  def method_that_does_something
     ....
  end
end
And of course the views/Xyz/firstmethod etc and the helper did ''real
work''.  Presumably the views had some other smarts in the :-)
I can no longer find the article on-line (google only does so much and
you have to wade though the rest) and I can''t find the article in y
bookmarks.
I was wondering if anyone recalled the article or could point me to
something about  such anorexically slim controllers.
-- 
After you become a millionaire, you can give all of your money away
because what''s important is not the million dollars; what''s
important is
the person you have become in the process of becoming a millionaire.  --
Jim Rohn
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---