classiccms 0.3.9 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ module Classiccms
41
41
  records = Base.where(:_id => id)
42
42
  if records.count > 0 and records.first.connections.where(:section => section_name, :file.ne => nil).count > 0
43
43
  file_name = records.first.connections.where(:section => section_name, :file.ne => nil).first.file
44
- show "#{records.first._type}/#{file_name}", {}, {record: records.first}
44
+ show file_name, {views: ["app/views/#{records.first._type}", "app/views/#{records.first._type.downcase}"]}, {record: records.first}
45
45
  else
46
46
  '404'
47
47
  end
@@ -1,3 +1,3 @@
1
1
  module Classiccms #:nodoc
2
- VERSION = "0.3.9"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classiccms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-04 00:00:00.000000000 Z
12
+ date: 2012-07-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec