Guest User

Untitled

a guest
May 26th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ## Routes
  2.  
  3. map.resource(:trends) do |trend|
  4. trend.resources(:reports, :controller => 'trends/reports/:action')
  5. end
  6.  
  7. ## Controller
  8. class Trends::ReportsController < TrendsController
  9.  
  10. end
  11.  
  12. class TrendsController < ApplicationController
  13.  
  14. end
Add Comment
Please, Sign In to add comment