[Source]
# File app/controllers/cms/content_types_controller.rb, line 3 3: def index 4: @content_types = ContentType.find(:all, :order => 'name') 5: end
[Validate]