README.md in emailbutler-0.7.2 vs README.md in emailbutler-0.7.3
- old
+ new
@@ -9,10 +9,11 @@
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'emailbutler'
+gem 'pagy'
```
And then execute:
```bash
$ bundle install
@@ -34,10 +35,9 @@
Emailbutler.configure do |config|
config.adapter = Emailbutler::Adapters::ActiveRecord.new
config.ui_username = 'username'
config.ui_password = 'password'
config.ui_secured_environments = ['production']
- config.skip_before_actions = %i[verify_authenticity_token]
end
```
### Routes