Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwolk committed Oct 17, 2014
1 parent 66c419d commit 4f40c43
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 %>
```
```

1 comment on commit 4f40c43

@taboularasa
Copy link

Choose a reason for hiding this comment

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

bravo! 👍 I was lost without this fix!

Please sign in to comment.