Skip to content

Instantly share code, notes, and snippets.

@jonpaul
Created December 2, 2011 18:11
Show Gist options
  • Save jonpaul/1424232 to your computer and use it in GitHub Desktop.
Save jonpaul/1424232 to your computer and use it in GitHub Desktop.
I must be doing this the hard way
%p#missionCopy
= raw @mission
%p#historyCopy.activeCopy
= raw @history
%p#newsCopy
= raw @news
def about
set_tab :about
@mission = Content.find_by_slug("mission").copy
@history = Content.find_by_slug("history").copy
@news = Content.find_by_slug("news").copy
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment