Skip to content

Commit

Permalink
Merge pull request #1 from jdwolk/master
Browse files Browse the repository at this point in the history
Updates README
  • Loading branch information
Nick Giancola committed Oct 17, 2014
2 parents 66c419d + 4f40c43 commit 9082308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class UserForm < Forms::Component

def available_pricing_plans
if my_model.is_cheap?
["Free Plan", Plan 1", "Plan 2"]
["Free Plan", "Plan 1", "Plan 2"]
else
["Plan 3", "Plan 4"]
end
Expand Down Expand Up @@ -344,4 +344,4 @@ different use cases, we leave that up to you.
<%= @employment_form.render %>
<%= submit_tag %>
<% end %>
```
```

0 comments on commit 9082308

Please sign in to comment.