Skip to content

Commit a37721b

Browse files
author
p_doub
committed
re-name concept
1 parent dcccba1 commit a37721b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/concepts/timefield/cell/timefield.rb renamed to app/concepts/time/cell/time.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
module Timefield::Cell
2-
class Timefield < Component::Cell::Static
1+
module Time::Cell
2+
class Time < Component::Cell::Static
33

44
def setup
55
@tag_attributes.merge!({ "class": options[:class],
66
"id": component_id,
7-
"datetime": options[:time] ||= nil
7+
"datetime": options[:datetime] ||= nil
88
})
99
end
1010

0 commit comments

Comments
 (0)