users_pathなどを書くときに
'/users'
ではなく
'/users.json'
が欲しい時がありますね。
そんなときはこうしましょう
users_path( :format => :json )
Go to list of users who liked
More than 5 years have passed since last update.
users_pathなどを書くときに
'/users'
ではなく
'/users.json'
が欲しい時がありますね。
そんなときはこうしましょう
users_path( :format => :json )
Register as a new user and use Qiita more conveniently
Go to list of users who liked