6 lines
78 B
Ruby
6 lines
78 B
Ruby
class InquiriesController < PostsController
|
|
def model
|
|
Inquiry
|
|
end
|
|
end
|