Sha256: 9c3180ff410991ec13d8299d28c51aaaea2803ba119a66150c743802674f849f

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

module Noa
  module Core
    module ControllerMethods
      def render_not_found
         render "noa/core/base/not_found", status: :not_found, layout: false
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noa-core-0.0.2 lib/noa/core/controller_methods.rb