-
-
Save tjh/280157 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- f.fields_for :user_achievements do |child_form| | |
- if child_form.object.user == @user #This is stupid and dangerous | |
= blah blah blah | |
This file contains hidden or 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
# The user has a "has_one" or "has_many" on the achievements, yea? Have you looked at tackling it this way? | |
- f.fields_for :user_achievements, @current_user.achievement do |child_form| | |
= blah blah blah |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment