Sha256: 3326c54b5b8cc7be23521e81287b8b456b497c3ec70cdc478963b7a1b21f25da
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
module Para module Admin class SettingsComponentController < Para::Admin::BaseController load_and_authorize_component def show @settings = SettingsRails::Form.new end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
para-0.4.0 | app/controllers/para/admin/settings_component_controller.rb |