Revisions

  • 92bd09 teddyze... Thu Sep 18 02:13:30 -0700 2008
gist: 11404 Download_button fork
public
Public Clone URL: git://gist.github.com/11404.git
Embed All Files: show embed
content_for_admin.rb #
1
2
3
4
5
def content_for_admin(&block)
  yield if current_user.admin?
end
 
# more: http://rpheath.com/posts/321-testing-block-helpers-with-rspec