# File lib/cgikit/project/template.rb, line 121 def declaration_path name = "#@name.ckd" if @project_name then name else File.join(@project.component_path, name) end end