6 lines
136 B
Ruby
6 lines
136 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationController < ActionController::Base
|
|
prepend_view_path Rails.root.join('frontend')
|
|
end
|