lib/authorization.rb in vertebrae-0.6.0 vs lib/authorization.rb in vertebrae-0.6.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Vertebrae
module Authorization
def username?
username.present?
end
\ No newline at end of file