Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] Beers can be added to a floor #47

Merged
merged 1 commit into from
Jun 26, 2015
Merged

Conversation

HeroicEric
Copy link
Contributor

Uggly for sure

{:ok, conn: conn}
end

test "creates and renders resource when data is valid", %{conn: conn} do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

o_O tests in the file! Bad ass

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol what

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lawd I can't read nm

@HeroicEric HeroicEric force-pushed the ek-add-beer-to-floor branch from 333fbb4 to 38d9c5c Compare June 26, 2015 19:27
init() {
this._super(...arguments);

this.searchResults = Ember.A();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.set('searchResults', Ember.A()) ??

can it be set(this.searchResults, Ember.A()) or set(this, 'searchResults', Ember.A())

davekaro added a commit that referenced this pull request Jun 26, 2015
@davekaro davekaro merged commit 2860388 into master Jun 26, 2015
@davekaro davekaro deleted the ek-add-beer-to-floor branch June 26, 2015 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants