Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Apr 1, 2024
1 parent 8ebb5fa commit b3ce73f
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,6 @@ def autohide_tabs?
model.settings.autohide_tabs? && valid_blueprints.count < 2
end

def section_classes
"home__section"
end

def wrapper_classes
"wrapper-home"
end

def row_classes
"row column text-center"
end

def class_tag(class_string)
return if class_string.blank?

" class=\"#{class_string}\""
end

def image_path(image, options = {})
options.merge!({ only_path: true })
Rails.application.routes.url_helpers.rails_blob_url(image, options)
Expand Down

0 comments on commit b3ce73f

Please sign in to comment.