app/models/apicasso/request.rb in apicasso-0.2.16 vs app/models/apicasso/request.rb in apicasso-0.3.0
- old
+ new
@@ -1,8 +1,8 @@
-# frozen_string_literal: true
-
-module Apicasso
- # A model to abstract API access, with scope options, token generation, request limiting
- class Request < ApplicationRecord
- belongs_to :api_key, class_name: 'Apicasso::Key'
- end
-end
+# frozen_string_literal: true
+
+module Apicasso
+ # A model to abstract API access, with scope options, token generation, request limiting
+ class Request < ApplicationRecord
+ belongs_to :api_key, class_name: 'Apicasso::Key'
+ end
+end