Sha256: 1e201b6829ae2c95b691b0dc447c5dd3702eb692a5cf5b7ac60a942d1d8567ea

Contents?: true

Size: 157 Bytes

Versions: 11

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

require "much-rails/action"

module Actions; end

module Actions::Show
  include MuchRails::Action

  params_root :nested
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
much-rails-0.2.6 test/support/actions/show.rb
much-rails-0.2.5 test/support/actions/show.rb
much-rails-0.2.4 test/support/actions/show.rb
much-rails-0.2.3 test/support/actions/show.rb
much-rails-0.2.2 test/support/actions/show.rb
much-rails-0.2.1 test/support/actions/show.rb
much-rails-0.2.0 test/support/actions/show.rb
much-rails-0.1.3 test/support/actions/show.rb
much-rails-0.1.2 test/support/actions/show.rb
much-rails-0.1.1 test/support/actions/show.rb
much-rails-0.1.0 test/support/actions/show.rb