Sha256: c58a9e95d831a8a89a3e54b6e85e516194408f7d1518b0c474691f8cadccf992

Contents?: true

Size: 159 Bytes

Versions: 3

Compression:

Stored size: 159 Bytes

Contents

module Home
  module Actions
    # Processes show action.
    class Show < Home::Action
      def handle(*, response) = response.render view
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hanamismith-0.18.0 lib/hanamismith/templates/%project_name%/slices/home/actions/show.rb.erb
hanamismith-0.17.1 lib/hanamismith/templates/%project_name%/slices/home/actions/show.rb.erb
hanamismith-0.17.0 lib/hanamismith/templates/%project_name%/slices/home/actions/show.rb.erb