zerocracy / baza

Web front-line of Zerocracy, where jobs, judges, durables, valves, and swarms meet
https://baza.zerocracy.com
MIT License
2 stars 2 forks source link

rename `name` to `jname` in all DB tables #177

Open yegor256 opened 1 month ago

yegor256 commented 1 month ago

Let's rename name to jname ("job name") in all DB tables. Also, the renaming should affect Ruby methods in all related classes.

Suban05 commented 3 weeks ago

@yegor256 do we need to rename name in params? name = params[:name]

yegor256 commented 3 weeks ago

@Suban05 yes, there too