Sha256: 1114303347b44639a28fa379665802c2767cbba963d0bb2eacd4d52511f3d54b
Contents?: true
Size: 551 Bytes
Versions: 11
Compression:
Stored size: 551 Bytes
Contents
# frozen_string_literal: true module Evertils module Controller class Render < Controller::Base def from_file configure_allowed_fields runner = ActionRunner.new runner.params = Evertils::Type.new(@allowed_fields[:path]).params runner.execute end def configure_allowed_fields @allowed_fields = config.translate_placeholders.pluck( :title, :title_format, :notebook, :path, :action, :tags ) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems