Skip to content

Commit

Permalink
Drop include_concern in ResourcePool Helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 26, 2024
1 parent 7fcec09 commit 38748fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/helpers/resource_pool_cloud_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ResourcePoolCloudHelper
include_concern 'TextualSummary'
include TextualSummary
include ResourcePoolConfigHelper
end
2 changes: 1 addition & 1 deletion app/helpers/resource_pool_cloud_helper/textual_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ResourcePoolCloudHelper::TextualSummary
#
# Groups
#

def textual_ext_management_system
textual_link(@record.ext_management_system)
end
Expand Down
2 changes: 1 addition & 1 deletion app/helpers/resource_pool_infra_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ResourcePoolInfraHelper
include_concern 'TextualSummary'
include TextualSummary
include ResourcePoolConfigHelper
end

0 comments on commit 38748fa

Please sign in to comment.