property/app/controllers/property_items_controller.rb

4 lines
74 B
Ruby

class PropertyItemsController < ApplicationController
def index
end
end