Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 262 Bytes

UPGRADING.md

File metadata and controls

10 lines (6 loc) · 262 Bytes

Upgrading Grape Swagger Rails

Upgrading to >= 0.2.3

Changes to Options

The GrapeSwaggerRails.options.before_filter option have been deprecated since 0.2.3.

Please use GrapeSwaggerRails.options.before_action instead.