Skip to content

Instantly share code, notes, and snippets.

@eri-b
Created September 13, 2019 22:59
Show Gist options
  • Select an option

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

Select an option

Save eri-b/c0223c80158c9828be7a2733dbdd9ff2 to your computer and use it in GitHub Desktop.
def find_site
@slug = params[:id].downcase
@site = Site.find_by(name: @slug)
if @site.present?
expired?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment