Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created July 9, 2015 19:47
Show Gist options
  • Save anonymous/ca3f04917a4e1245f665 to your computer and use it in GitHub Desktop.
Save anonymous/ca3f04917a4e1245f665 to your computer and use it in GitHub Desktop.
get '/thankyou' do
param_branding_url = params['brandingUrl']
view(:no_session) do |session|
data = {}
data[:groups] = get_groups
data[:branding_url] = param_branding_url
ThankYou.new nil, nil
end
haml :thank_you, :layout => :layout_guest
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment