Skip to content

Instantly share code, notes, and snippets.

@benschwarz
Created November 30, 2009 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benschwarz/245249 to your computer and use it in GitHub Desktop.
Save benschwarz/245249 to your computer and use it in GitHub Desktop.
class UserSession < Authlogic::Session::Base
class << self
# Proxy through to the user model for formtastic
def content_columns
User.content_columns
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment