class Durt::Command::BrowseDb

Public Class Methods

new() click to toggle source
# File lib/durt/command.rb, line 18
def initialize
  system("sqlitebrowser #{ActiveRecord::Base.connection_config[:database]}")
end