Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
rename configuration -> cdist_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tpo committed May 31, 2013
1 parent 526d172 commit a140783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/cdist_configurations_helper.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
module ConfigurationsHelper
module CdistConfigurationsHelper
end
2 changes: 1 addition & 1 deletion app/models/cdist_configuration.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Configuration < ActiveRecord::Base
class CdistConfiguration < ActiveRecord::Base
attr_accessible :description, :name
end

0 comments on commit a140783

Please sign in to comment.