Skip to content

Commit b463d3a

Browse files
committed
Enable the JSONAPI support for Rails
1 parent 74ad609 commit b463d3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/initializers/jsonapi.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require 'jsonapi'
2+
3+
JSONAPI::Rails.install!

0 commit comments

Comments
 (0)