flash(:alert,'You Must Login','That page requires you to be logged in. If you don\'t have an account, please sign up for <a href="/new_members/">New Member Orientation</a>.')
redirect'/login/'
end
end
end
not_founddo
@breadcrumbs<<{:text=>'Not Found'}
erb'That page was not found.',:layout=>:fixed
end
errordo
@breadcrumbs<<{:text=>'Error'}
flash(:danger,'Sorry! There was an error.',"We apologize. A really bad error occurred and it didn't work. We're fixing this as we speak.")
erb'In the meantime, you can <a href="/">go back to the homepage</a>.',:layout=>:fixed