URLのidの部分にid以外のものを指定
説明
URLのidの部分にid以外のものを指定
使い方
class User < ActiveRecord::Base
def to_param # overridden
name
end
end
例
URLのidの部分にid以外のものを指定
class User < ActiveRecord::Base
def to_param # overridden
name
end
end
URLのidの部分にid以外のものを指定
class User < ActiveRecord::Base
def to_param # overridden
name
end
end
class User < ActiveRecord::Base
def to_param # overridden
name
end
end