8 lines
146 B
Ruby
8 lines
146 B
Ruby
module Suppliers
|
|
class ApplicationController < ::ApplicationController
|
|
before_filter :authenticate_supplier!
|
|
layout 'tablet'
|
|
|
|
end
|
|
end
|