Sha256: 5ff9ca4b0651cdb3461fa89cb1393906c0a00c8f0dd12880b74896aad4ee0340

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

# this class was inspired (heavily) from the mephisto admin architecture

class Admin::BaseController < Spree::BaseController
  helper :search
  layout 'admin'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree-0.2.0 app/controllers/admin/base_controller.rb