Description:
A number of important ActiveAdmin models—especially those related to contracts and task stages—are commented out in the codebase. These models are essential for managing the associated entities on which the sidebar groups and other features depend.
List of Commented Models:
contract_categories.rb
contract_classifications.rb
contract_client_types.rb
contract_current_pops.rb
contract_customers.rb
contract_numbers.rb
contract_primes.rb
contract_statues.rb
contract_types.rb
contract_vehicle_numbers.rb
contract_vehicles.rb
contracts.rb
task_stages.rb
Suggested Fix:
Review and uncomment the necessary ActiveAdmin models to restore management capabilities for contracts and related entities. Ensure corresponding database tables and associations are in place.