Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-com
marketo-tools
Commits
dcbd3531
Commit
dcbd3531
authored
Nov 12, 2015
by
Robert Speicher
Browse files
Add signUpDate to User params
parent
c996ca4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/user.rb
View file @
dcbd3531
...
@@ -10,9 +10,10 @@ class User
...
@@ -10,9 +10,10 @@ class User
def
to_param
def
to_param
{
{
email:
email
,
email:
email
,
firstName:
first_name
,
firstName:
first_name
,
lastName:
last_name
lastName:
last_name
,
signUpDate:
Date
.
today
}
}
end
end
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment