mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
* Rename NullAdapter to SimpleAdapter
* Introduce abstract Adapter class * Organaze test structure to match convemtions
This commit is contained in:
@@ -3,6 +3,7 @@ module ActiveModel
|
||||
extend ActiveSupport::Autoload
|
||||
autoload :Configuration
|
||||
autoload :ArraySerializer
|
||||
autoload :Adapter
|
||||
include Configuration
|
||||
|
||||
class << self
|
||||
|
||||
Reference in New Issue
Block a user