Sha256: 67bfef849a7271a420361a3c16cf13cec2dbc69cb3350565d2f05e9f7e714324

Contents?: true

Size: 173 Bytes

Versions: 7

Compression:

Stored size: 173 Bytes

Contents

# frozen_string_literal: true

require "much-rails/action"

module Actions; end

module Actions::Show
  include MuchRails::Action

  format :html

  params_root :nested
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
much-rails-0.4.3 test/support/actions/show.rb
much-rails-0.4.2 test/support/actions/show.rb
much-rails-0.4.1 test/support/actions/show.rb
much-rails-0.4.0 test/support/actions/show.rb
much-rails-0.3.0 test/support/actions/show.rb
much-rails-0.2.8 test/support/actions/show.rb
much-rails-0.2.7 test/support/actions/show.rb