Sha256: b6179f88fb1e142af0719ce241dd3b241ec6bd3452a03bda43941af9b8892349
Contents?: true
Size: 161 Bytes
Versions: 6
Compression:
Stored size: 161 Bytes
Contents
class Admin::ExtensionController < ApplicationController def index @extensions = Radiant::Extension.descendants.sort_by { |e| e.extension_name } end end
Version data entries
6 entries across 6 versions & 1 rubygems