Skip to content

Instantly share code, notes, and snippets.

@rodriguezd
Created July 10, 2013 05:30
Show Gist options
  • Save rodriguezd/5963701 to your computer and use it in GitHub Desktop.
Save rodriguezd/5963701 to your computer and use it in GitHub Desktop.
class User
layout :layout_method
.
.
.
private
def :layout_method
case action_name
when 'show'
'show_layout'
else
'application'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment