kirushik/critical_chain

View on GitHub
app/helpers/estimations_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
# == Schema Information
#
# Table name: estimations
#
#  id            :integer          not null, primary key
#  title         :string
#  user_id       :integer
#  created_at    :datetime         not null
#  updated_at    :datetime         not null
#  tracking_mode :boolean          default(FALSE), not null
#
# Indexes
#
#  index_estimations_on_user_id  (user_id)
#

module EstimationsHelper
end