Skip to content

Commit

Permalink
implicit_authorization as attr_writer
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Oct 9, 2024
1 parent 4fcfb77 commit 8d7a21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avo/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Configuration
attr_writer :logger
attr_writer :turbo
attr_writer :pagination
attr_writer :implicit_authorization
attr_accessor :timezone
attr_accessor :per_page
attr_accessor :per_page_steps
Expand All @@ -18,7 +19,6 @@ class Configuration
attr_accessor :default_view_type
attr_accessor :license_key
attr_accessor :authorization_methods
attr_accessor :implicit_authorization
attr_accessor :authenticate
attr_accessor :current_user
attr_accessor :id_links_to_resource
Expand Down

0 comments on commit 8d7a21b

Please sign in to comment.