mirror of
https://github.com/we-promise/sure.git
synced 2026-04-10 07:44:48 +00:00
* Add institution management * Allow user to select institution on create or edit * Improve redirect behavior * Final cleanup * i18n normalization
6 lines
145 B
Ruby
6 lines
145 B
Ruby
module InstitutionsHelper
|
|
def institution_logo(institution)
|
|
institution.logo.attached? ? institution.logo : institution.logo_url
|
|
end
|
|
end
|