开发者

controller and action of twitters main page?

开发者 https://www.devze.com 2023-03-06 09:33 出处:网络
Just speculating as to what controller/action twit开发者_开发问答ters main page is, when logged in. The page where you can view tweets and create your own.

Just speculating as to what controller/action twit开发者_开发问答ters main page is, when logged in. The page where you can view tweets and create your own.

I would guess controller: tweet, action: index


I don't think it's your generic controller/action page.

There's a section to view the tweets you have (tweets#index) and there is another to create tweets (tweets#new). There is also a button to delete tweets (tweets#delete). And there are some other actions I would not continue to list so this reply does not become a documentation. But you get the idea.

0

精彩评论

暂无评论...
验证码 换一张
取 消