Sha256: a592f0598d4f4d54f027e7a6b0ca60c4c06b18d700cf74cdb390d6126dd286ca
Contents?: true
Size: 181 Bytes
Versions: 30
Compression:
Stored size: 181 Bytes
Contents
require 'pundit' module PermissionsHelper # Pundit won't import it's methods unless it sees a stub of ActionController's hide_action. def hide_action; end include Pundit end
Version data entries
30 entries across 30 versions & 1 rubygems