Module: Wobauth::AuthoritiesHelper

Defined in:
app/helpers/wobauth/authorities_helper.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
6
7
# File 'app/helpers/wobauth/authorities_helper.rb', line 3

def authorized_for_link(authorized_for)
  unless authorized_for.nil?
    link_to authorized_for, main_app.polymorphic_path(authorized_for)
  end
end