Sha256: dd255d3de66c629b46f71e915612d9d51e7a0fa96af402e940774c865778df8e
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# LetterOpenerWeb Gives [letter_opener](https://github.com/ryanb/letter_opener) an interface for browsing sent emails. ## Installation Add this line to your application's Gemfile: gem 'letter_opener_web' And then execute: $ bundle Or install it yourself as: $ gem install letter_opener_web ## Usage Add to your routest.rb: ```ruby if Rails.env.development? mount LetterOpenerWeb::Engine, at: "/letter_opener" end ``` ## Credits Part of the code was based on [this pull request](https://github.com/ryanb/letter_opener/pull/12) by [@alexrothenberg](https://github.com/alexrothenberg). ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
letter_opener_web-0.0.1 | README.md |