lib/zertico.rb in zertico-1.3.0 vs lib/zertico.rb in zertico-2.0.0.alpha.1

- old
+ new

@@ -6,8 +6,9 @@ autoload :Controller, 'zertico/controller' autoload :Delegator, 'zertico/delegator' autoload :Exceptions, 'zertico/exceptions' autoload :Interactor, 'zertico/interactor' autoload :Organizer, 'zertico/organizer' + autoload :PermittedParams, 'zertico/permitted_params' autoload :Responder, 'zertico/responder' autoload :Service, 'zertico/service' end \ No newline at end of file