Sha256: 779416bcf6a452b5e826def2438e548c03c210c74e988eb842ab6ba83ca2a132
Contents?: true
Size: 453 Bytes
Versions: 18
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true module MuchRails; end module MuchRails::Action; end # MuchRails::Action::BaseResult is a base result returned by calling # a view action. Its only purpose is to provide an `execute_block` that # defines what commands the controller should execute. This block is called # using `instance_exec` in the scope of the controller. class MuchRails::Action::BaseResult def execute_block raise NotImplementedError end end
Version data entries
18 entries across 18 versions & 1 rubygems