7 lines
104 B
Ruby
7 lines
104 B
Ruby
module Suppliers
|
|
class ApplicationController < ::ApplicationController
|
|
layout 'tablet'
|
|
|
|
end
|
|
end
|