Created
June 4, 2014 08:15
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class BookController < ApplicationController | |
def chooseCarpark | |
@sentParams = "work ffs" | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%div{:id => "form-block"} | |
%h4 | |
= @sentParams |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment