I am using Hirb in my Rails console to try to display mongoid records in a nicer looking table, but the _id
, created_at
, and updated_at
fields take too much space and, even though I really have one meaning field, name
, when I do a Project.first
it returns a rather disintegrated table:
Is there any chance that there's a way to 'ignore' or 'hide' certain fields?