Sha256: 25583daa57a59c95d407c6f8dc0230716313a8654e5cb0737dcd2e939b872f14
Contents?: true
Size: 299 Bytes
Versions: 25
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module Motor class UiController < ApplicationController layout 'motor/application' def index Motor.reload! if Motor.development? render :show end def show Motor.reload! if Motor.development? render :show end end end
Version data entries
25 entries across 25 versions & 1 rubygems