Skip to content

Commit 9f7243e

Browse files
committed
Rename Resource to BasicResource
1 parent b8ba9d2 commit 9f7243e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsonapi/resource.rb renamed to lib/jsonapi/basic_resource.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'jsonapi/configuration'
33

44
module JSONAPI
5-
class Resource
5+
class BasicResource
66
include Callbacks
77

88
attr_reader :context

0 commit comments

Comments
 (0)