Skip to content

Commit

Permalink
Fix admin organizations controller
Browse files Browse the repository at this point in the history
- no need to add custom logic. If an admin wants to set a
  valid_from/until on a BusinessPlan, they can do that separately. This
way we do not need to keep adding every column to the controller strong
params list
  • Loading branch information
mattwr18 committed Nov 20, 2024
1 parent bd335aa commit ccc4c3c
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 161 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ GEM
activerecord (>= 6.0, < 7.1)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
administrate (0.18.0)
actionpack (>= 5.0)
actionview (>= 5.0)
activerecord (>= 5.0)
jquery-rails (>= 4.0)
kaminari (>= 1.0)
administrate (0.20.1)
actionpack (>= 6.0, < 8.0)
actionview (>= 6.0, < 8.0)
activerecord (>= 6.0, < 8.0)
jquery-rails (~> 4.6.0)
kaminari (~> 1.2.2)
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
administrate-field-active_storage (0.3.8)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jquery-rails (4.5.0)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -499,4 +499,4 @@ RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.5.21
2.5.22
Loading

0 comments on commit ccc4c3c

Please sign in to comment.