You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Ronin::DB::Platform model to represent platform triples (ex: x86_64-linux-gnu). It could define belongs_to associations to the Arch and OS models. It should also define a .parse method for parsing platform triples.