Skip to content

Instantly share code, notes, and snippets.

@randika
Created January 3, 2012 11:24
Show Gist options
  • Save randika/1554545 to your computer and use it in GitHub Desktop.
Save randika/1554545 to your computer and use it in GitHub Desktop.
Conditional Layout in rails
layout Proc.new{ ['edit', 'create'].include?(action_name) ? 'application' : 'cms' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment