Sha256: d3cb0003542cb70647aa89b7174db35c2ada4d903ee790e16ad6d2c4712caefa
Contents?: true
Size: 436 Bytes
Versions: 47
Compression:
Stored size: 436 Bytes
Contents
# frozen_string_literal: true module Plutonium module UI module Page class InteractiveAction < Base private def page_title current_interactive_action.label || super end def page_description current_interactive_action.description || super end def render_default_content render "interactive_action_form" end end end end end
Version data entries
47 entries across 47 versions & 1 rubygems