lml/fine_print

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/tests.yml
.gitignore
.rspec
Gemfile
MIT-LICENSE
README.md
Rakefile
app/controllers/fine_print/application_controller.rb16
A
0 mins
app/controllers/fine_print/contracts_controller.rb78
A
0 mins
app/controllers/fine_print/home_controller.rb7
A
0 mins
app/controllers/fine_print/signatures_controller.rb45
A
0 mins
app/helpers/fine_print/application_helper.rb7
A
0 mins
app/models/fine_print/contract.rb70
A
25 mins
app/models/fine_print/signature.rb23
A
0 mins
app/views/fine_print/contracts/_form.html.erb
app/views/fine_print/contracts/_show.html.erb
app/views/fine_print/contracts/edit.html.erb
app/views/fine_print/contracts/index.html.erb
app/views/fine_print/contracts/new.html.erb
app/views/fine_print/contracts/new_version.html.erb
app/views/fine_print/contracts/show.html.erb
app/views/fine_print/signatures/_form.html.erb
app/views/fine_print/signatures/index.html.erb
app/views/fine_print/signatures/new.html.erb
fine_print.gemspec
lib/fine_print.rb59
A
0 mins
lib/fine_print/action_controller/base.rb70
A
2 hrs
lib/fine_print/configuration.rb18
A
0 mins
lib/fine_print/engine.rb21
A
0 mins
lib/fine_print/version.rb3
A
0 mins
lib/tasks/fine_print_tasks.rake