Skip to content

Instantly share code, notes, and snippets.

@Keloran
Created June 4, 2014 08:15
Show Gist options
  • Save Keloran/d5f3b08151882735725c to your computer and use it in GitHub Desktop.
Save Keloran/d5f3b08151882735725c to your computer and use it in GitHub Desktop.
for some reason sentParams doesn't seem to be usable as a variable
class BookController < ApplicationController
def chooseCarpark
@sentParams = "work ffs"
end
end
%div{:id => "form-block"}
%h4
= @sentParams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment