Sha256: dc2be89b18fcb41d8f8cb40ead7be99333db40b96663c1207f9dffcf0ad18083
Contents?: true
Size: 221 Bytes
Versions: 15
Compression:
Stored size: 221 Bytes
Contents
module Wobauth module AuthoritiesHelper def authorized_for_link(authorized_for) unless authorized_for.nil? link_to authorized_for, main_app.polymorphic_path(authorized_for) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems