Sha256: 0d3ce1019b8d3f1aaf9a72c857f9b25c409faea670f8fa372173c43d9138f64d
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true module Account class ExtrasController < Account::BaseController def index @extras = ExtraFeature.sorted end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/controllers/account/extras_controller.rb |