Add linter for serializable resource

This commit is contained in:
Benjamin Fleischer
2015-07-09 10:34:35 -05:00
parent 952d8adcdc
commit 28174e297d
3 changed files with 162 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ module ActiveModel
autoload :Configuration
autoload :ArraySerializer
autoload :Adapter
autoload :Lint
include Configuration
class << self