Skip to content

Instantly share code, notes, and snippets.

@eri-b
Last active September 28, 2019 00:28
Show Gist options
  • Select an option

  • Save eri-b/0e1a15a91cddb8e9be700739c1988270 to your computer and use it in GitHub Desktop.

Select an option

Save eri-b/0e1a15a91cddb8e9be700739c1988270 to your computer and use it in GitHub Desktop.
# sites_controller.rb
def unlocked?
if private?
redirect_to main_path(@site.name), notice: 'Site is locked.'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment