Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Dec 9, 2024
1 parent c76ccf3 commit 8427b76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/helpers/forms_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ module FormsHelper
def render_divs_for_fields(form_model)
safe_join(form_model.fields.map { |field| tag.div(id: field) })
end

def retrieve_fields_from_forms(form_models)
form_models.map(&:fields).flatten
end
end

0 comments on commit 8427b76

Please sign in to comment.