Sha256: 9001588bb856ec843ae0d7262ec3ef49519f73ec54ecdc3e9d93fdbc02ae4186
Contents?: true
Size: 603 Bytes
Versions: 4
Compression:
Stored size: 603 Bytes
Contents
require 'deprecation' module Hydra::InlineEditableMetadataHelperBehavior extend Deprecation def inline_editable_text_field(object_name, method, options = {}) end deprecation_deprecate :inline_editable_text_field def inline_editable_text_area(object_name, method, options = {}) end deprecation_deprecate :inline_editable_text_area def inline_editable_select(object_name, method, options = {}) end deprecation_deprecate :inline_editable_select def inline_editable_checkbox(object_name, method, options = {}) end deprecation_deprecate :inline_editable_checkbox end
Version data entries
4 entries across 4 versions & 1 rubygems