Commit 3e5021a15fc6fba5512899315ff2b326f38685b2
Exists in
master
and in
1 other branch
Merge pull request #588 from ugisozols/typo_airbrake
Change 'hoptoad_notifier' to 'airbrake'.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/apps/_configuration_instructions.html.haml
1 | %pre | 1 | %pre |
2 | %code | 2 | %code |
3 | :preserve | 3 | :preserve |
4 | - # Require the hoptoad_notifier gem in your App. | 4 | + # Require the airbrake gem in your App. |
5 | # --------------------------------------------- | 5 | # --------------------------------------------- |
6 | # | 6 | # |
7 | # Rails 3 - In your Gemfile | 7 | # Rails 3 - In your Gemfile |